home *** CD-ROM | disk | FTP | other *** search
- #
- # MDX520.LNK - 03/22/93 Version 1.0
- #
- # Blinker link script for CA-Clipper 5.2
- #
- # NOTE: Overlaying of RDDs may result in significant performance decrease.
- #
- # For ease of use this script should be stored in your library directory,
- # (the directory pointed to by the LIB environment variable), which will allow
- # Blinker to find the script without you having to specify a full path.
- #
- # This script MUST be included outside of any BEGINAREA / ENDAREA commands
- # and after all libraries (except LLIBCA if it is being used).
- #
- # example:
- #
- # FILE one
- # BEGINAREA
- # FILE two
- # FILE three
- # FILE four
- # ENDAREA
- # @CL520MID
- # @MDX520
- # LIB LLIBCA # (if used)
- #
- begin
- mod dbf40
- mod dbf41
- mod mdx0
- mod mdx1
- mod net
- mod dbf4dyn
- mod mdxdyn
- mod _dbfmdx
- mod mdcmd
- end
- lib dbfmdx
-